projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0985a76
)
(echo-keystrokes): Fix customize type.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 2 Oct 1997 02:57:01 +0000
(
02:57
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 2 Oct 1997 02:57:01 +0000
(
02:57
+0000)
lisp/cus-start.el
patch
|
blob
|
history
diff --git
a/lisp/cus-start.el
b/lisp/cus-start.el
index efa46c37bda7fbe30b9833b6329577716f501ce8..ef8366b55fd905e26d96336655db09ba4cecc4aa 100644
(file)
--- a/
lisp/cus-start.el
+++ b/
lisp/cus-start.el
@@
-113,7
+113,7
@@
(auto-save-interval auto-save integer)
(auto-save-timeout auto-save (choice (const :tag "off" nil)
(integer :format "%v")))
- (echo-keystrokes minibuffer
boolean
)
+ (echo-keystrokes minibuffer
integer
)
(polling-period keyboard integer)
(double-click-time mouse (restricted-sexp
:match-alternatives (integerp 'nil 't)))